html{
  background: url("../img/Basilica.jpg") no-repeat center center fixed;
  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  background-size: cover;
  background-position: bottom -100px right 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
a {
  text-align: right;
  font-weight: bold;
  font-size: 200%;
}
body{
  /* background-color: rgb(255, 255, 240); */
  /* background-image: url('E:/sanin/Documents/Proyectos/PollaMundial2018/Img/Basilica.jpg'); */
  /* background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 15%;*/
  text-align: center;
}



h1{
  color: black ;
  font-size: 350%;
  text-align: center;
  padding: 10px;
}
h1 span{
  background-color: rgba(255,255,255,0.6);
  padding: 15px;
  border-radius: 5px;
}
h2{
  color: Black;
  font-size: 250%;
  text-align: center;
  line-height: 50%;
  padding-top: 7px;
  padding: 15px;
}
h2 span{
  background-color: rgba(255,255,255,0.6);
  padding: 15px;
  border-radius: 5px;
}

h3{
  color: Black;
  font-size: 150%;
  text-align:center;
  line-height: 50%;
  padding-top: 7px;
}
h3 span{
  background-color: rgba(255,255,255,0.6);
  padding: 15px;
  border-radius: 5px;
}

div  {
  display: table;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(255,255,255,0.6);
  padding: 5px;
  border-radius: 5px;
}
p     {
  display: table-row;
}
p#resultados {
    background-color: yellow;
}

label {
  display: table-cell;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
input {
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  width: 3em;
}
.minom{
  width: 120px;
}
table{
  border: 1px solid black;
  background-color: white;
  text-align: center;
  border-collapse: collapse;
}
table,  td{
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
th{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  color: white;
  background-color: #4A2BBE;
  border-bottom: 2px solid grey;
}
table tr:nth-child(even) {
  background: #DEDEDE;
}


.btn{
  width: auto;
  height: 30px;
  position: fixed;
  top: 25%;
  left: 0%;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn1{
  width:auto;
  height: 30px;
  padding:5px;
  display: inline-block;
  position: fixed;
  top: 25%;
  left: 80px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn2{
  width:auto;
  padding:5px;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.btn:hover{
  background-color: #24D817;
  color:white;
}
.btn1:hover{
  background-color: #24D817;
  color:white;
}
.btn2:hover{
  background-color: #24D817;
  color:white;
}
.explain{
  width: 15%;
  height: auto;
  display: inline-block;
  position: fixed;
  top: 30%;
  left: 7px;
  /*border: 1px solid grey;*/
  text-align: justify;
  background-color: rgba(255,255,255,0.5);
  padding: 5px;
}
.namen{
  position: fixed;
  top:16%;
}
.namen span{
  background-color: rgba(255,255,255,0.6);
  padding: 10px;
}
img{
  border: 1px solid grey;
  height: 20px;

}
form {
  font-weight: bold;
}
